home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Context / Cobol.DEF < prev    next >
Text File  |  2002-11-13  |  784b  |  24 lines

  1. ; PSPad code template for COBOL
  2. ; Created by PSPad   12.11.2002  07:28
  3. ; Author:  Fiala
  4. ;
  5. [Macro definition]
  6. %Number%=@S ╚φslo=," ,",,,,A\\
  7. %Flag%=@C Shutdown,"Shutdown, ",,0;1;2,
  8. %combo1%=@C Typ centrovßnφ:,CENTER=,left,left;right;center,"
  9. [pok |r pokus]
  10. Hodnota%Number%
  11. [Shutdown | This command allows you to perform various forms of shutdown.]
  12. ;;Function                               Flag
  13. ;;Log off the current user       0 
  14. ;;Shutdown the workstation       1 
  15. ;;Reboot the workstation         2 
  16. ;;Force closing of applications (may lose unsaved work) 4 
  17. ;;Shutdown and power off (if supported) 8 
  18. ;; 
  19. ;;e.g. To shutdown and force applications to close without saving = Shutdown
  20. + Force = 1 + 4 = 5:
  21. ;;Shutdown, 5
  22. Shutdown, %Flag%
  23. [combo |n kombo]
  24. %combo1%